-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates for CPP low level hits #848
base: master
Are you sure you want to change the base?
Conversation
sdobbs
commented
Oct 23, 2024
- add handling of writing out all the appropriate fields for FMWPC hits to HDDM event format
- add ability to apply thresholds to both the digit hit amplitude and integral. we can implement the appropriate CCDB table after this
Test status for this pull request: SUCCESS Summary: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/tests/summary.txt Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
I tried to write out events with randomtrigger_skim from a CPP evio file, and I get these entries:
For comparison, the master produces this:
Do you understand why HitQ is written out twice, once with 0 value? And why are all digihit entries 0? |
@sdobbs Did you have any more insights on this? |
Thanks for the reminder on this, I will take a look. |
Build status for this pull request: FAILURE Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
Build status for this pull request: FAILURE Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
This should be working now - I had some bad function calls in my previous implementation. Let me see why the build tests aren't even running. |
Build status for this pull request: FAILURE Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
some of it is that we are missing the nightly build... |
Build status for this pull request: FAILURE Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
ok yeah, my guess is that there is some issues with the disks mounted on the machine where these tests/builds are running |
You are right, the mapping of the disks was in a weird state. After it was fixed, I redid the nightly build. |
Reopen to restart test. |
Test status for this pull request: SUCCESS Summary: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/tests/summary.txt Build log: /work/halld/pull_request_test/halld_recon^sdobbs_fmwpc_fix_oct2024/make_sdobbs_fmwpc_fix_oct2024.log |
Great, that looks better:
instead of
|